home *** CD-ROM | disk | FTP | other *** search
- class fleetCDataModule of DATAMODULE custom
-
-
- this.SESSIONFLEET = new SESSION()
- this.SESSIONFLEET.parent = this
- with (this.SESSIONFLEET)
- left = 0
- top = 0
- lockRetryInterval = 0
- endwith
-
-
- this.DBFLEET = new DATABASE()
- this.DBFLEET.parent = this
- with (this.DBFLEET)
- left = 5
- top = 0
- databaseName = "FLEET"
- session = form.SESSIONFLEET
- active = true
- endwith
-
- endclass
-